iconbrowser: Use the right icon
authorMatthias Clasen <mclasen@redhat.com>
Wed, 10 Feb 2021 13:04:11 +0000 (08:04 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Wed, 10 Feb 2021 13:04:11 +0000 (08:04 -0500)
We have an app icon, lets use it.

demos/icon-browser/iconbrowserapp.c

index d214939c07401f1ad7ccf1fbb255a1f8881c1f05..ee55407de48acb891a12701b5ba809824abc532d 100644 (file)
@@ -89,7 +89,7 @@ about_activated (GSimpleAction *action,
                          "website", "http://www.gtk.org",
                          "comments", "Program to browse themed icons",
                          "authors", authors,
-                         "logo-icon-name", "org.gtk.Demo4",
+                         "logo-icon-name", "org.gtk.IconBrowser4",
                          "title", "About GTK Icon Browser",
                          "system-information", s->str,
                          NULL);